home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / wptools1.zip / DEMO / LABEL / UNIT2.DFM / UNIT2.txt
Text File  |  1996-04-13  |  3KB  |  101 lines

  1. object EditForm: TEditForm
  2.   Left = 239
  3.   Top = 179
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'WPRichText'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object WPToolBar1: TWPToolBar
  14.     Left = 0
  15.     Top = 0
  16.     Width = 427
  17.     Height = 56
  18.     Align = alTop
  19.     ParentShowHint = False
  20.     ShowHint = True
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvNone
  23.     sel_ListBoxes = [SelFontName, SelFontSize, SelFontColor, SelBackgroundColor]
  24.     sel_StatusIcons = [SelNormal, SelBold, SelItalic, SelUnder, SelHyperLink, SelStrikeOut, SelLeft, SelRight, SelBlock, SelCenter]
  25.     sel_ActionIcons = [SelExit, SelOpen, SelSave, SelPrint, SelPrintSetup]
  26.     sel_DatabaseIcons = []
  27.     sel_EditIcons = [SelCopy, SelCut, SelPaste, SelSelAll, SelHideSel, SelFind, SelReplace]
  28.     FontSizeFrom = 8
  29.     OnIconSelection = WPToolBar1IconSelection
  30.     Hints.Strings = (
  31.       'WPI_Normal=Normal'
  32.       'WPI_Bold=Bold'
  33.       'WPI_Italic=Italic'
  34.       'WPI_Under=Underlined'
  35.       'WPI_Hyperlink=Hyperlink'
  36.       'WPI_StrikeOut=Strikeout'
  37.       'WPI_Left=Left aligned'
  38.       'WPI_Right=Right aligned'
  39.       'WPI_Justified=Justified text'
  40.       'WPI_Center=Centered text'
  41.       'WPI_Copy=Copy to clipboard'
  42.       'WPI_Cut=Cut to Clibboard'
  43.       'WPI_Paste=Paste from clipboard'
  44.       'WPI_SelAll=Select all'
  45.       'WPI_HideSel=Hide selection'
  46.       'WPI_Find=Find text'
  47.       'WPI_Replace=Find and replace'
  48.       ''
  49.       'WPI_Spell=Call spellcheck'
  50.       'WPI_Exit=transfer changes to transparent label'
  51.       'WPI_New=New file'
  52.       'WPI_Open=Open file'
  53.       'WPI_Save=Save file'
  54.       'WPI_Close=Close file'
  55.       'WPI_Print=Print Document'
  56.       'WPI_PrintSetup=Printer Setup'
  57.       'WPI_Next=Next record'
  58.       'WPI_Prev=Previous record'
  59.       'WPI_Add=Add record'
  60.       'WPI_Del=Delete record'
  61.       'WPI_Edit=Edit record'
  62.       'WPI_Cancel=Cancel changings'
  63.       'WPI_ToStart=Beginning of dataset'
  64.       'WPI_ToEnd=End of dataset'
  65.       'WPI_Post=Modify dataset')
  66.   end
  67.   object WPRuler1: TWPRuler
  68.     Top = 56
  69.     Width = 427
  70.     Align = alTop
  71.     ShowAllTabPos = False
  72.   end
  73.   object WPRichText1: TWPRichText
  74.     Left = 0
  75.     Top = 72
  76.     Width = 427
  77.     Height = 201
  78.     Cursor = crIBeam
  79.     Language = twpGerman
  80.     WPToolBar = WPToolBar1
  81.     WPRuler = WPRuler1
  82.     ReadOnly = False
  83.     HyperLinkCursor = crDefault
  84.     NoBlockMarking = False
  85.     OneClickHyperlink = False
  86.     Zooming = 100
  87.     Resizing = 100
  88.     Align = alClient
  89.     BorderStyle = bsSingle
  90.     Font.Color = clBlack
  91.     Font.Height = -13
  92.     Font.Name = 'Arial'
  93.     Font.Style = []
  94.     ParentColor = False
  95.     ScrollBars = ssBoth
  96.     TabOrder = 2
  97.     TabStop = True
  98.     WantTabs = True
  99.   end
  100. end
  101.